
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
main {
    height: 80%;
}
html,body{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    min-height: 50vh;
    background: url(./Planodefundofull.jpg) no-repeat
    center center/cover;
    
}
.topo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 100%;
    position: fixed;
    top:0;
    background: transparent;
    box-sizing: 0 10px 20px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(50px);
    z-index: 999;

}

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 100%;
    position: sticky;
    top: 0;
    background: transparent;
    z-index: 999;
}
  
.navbar-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 2rem;
    max-width: 1600px;
}
.navbar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 1rem;
    max-width: 1600px;
}
.navbar-container .navbar-menu {
    display: flex;
    text-align: center;
    gap: 1rem;
    list-style: none;
}
.navbar-container .navbar-menu li a {
    text-decoration: none;
    color: #ffffff;
    background: #36447f;
    font-size: 0.9rem;
    font-weight: 250;
    padding: 1px 15px;
    border-radius: 0%;
    border: 1px solid #87c2e4;
    transition: all 0.7s ease;
    white-space: nowrap;
}
.navbar-container .navbar-menu li a:hover,
.navbar-container .navbar-menu li a.active {
    color: #2c2d3e;
    background: rgba(255, 255, 255, 0.986);
    border: 2px solid #fff;
}
.navbar-toggle{
    display: none;
    background: transparent;
    padding: 10px;
    border: none;
    cursor: pointer;
}
.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 3px auto;
    background: #0e0c8a;
    transition: all 0.2s ease-in-out;
    
}
section article{
        text-align: center;
        padding: 50px;
        }
.vlightbox0{
        width: 100%;
}
.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: transparent;
    box-sizing: 0 10px 20px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(50px);
    z-index: 999;
}
.instagram{
    display: flex;
    align-items: center;
    flex-direction: linear;
    width: auto;
    padding: 0 2rem;
    max-width: 1600px;
    margin: 5px;
}
.whatsapp{
    display: flex;
    align-items: center;
    flex-direction: linear;
    width: auto;
    padding: 0 2rem;
    max-width: 1600px;
    margin: 5px;
}
.copyright{
    display: flex;
    padding-left: 30px;
    
}

/* Responsive Style */
@media (max-width: 1250px) {
    
    .navbar{
        backdrop-filter: none;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 120px;
        width: 100%;
        position: sticky;
        top: 0;
        background: transparent;
        box-sizing: 0 10px 20px rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(50px);
        z-index: 999;

    }
    .navbar-container .navbar-menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem !important;
        position: absolute;
        height: 100vh;
        width: 250px;
        top: 0;
        right: 0;
        padding: 8rem 1.5rem;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        background-color: #0000008c;
    }
    .navbar-container .navbar-menu.active {
        display: flex;
    }
    .navbar-toggle {
        display: block;
        z-index: 999;
    }
    section article{
        text-align: center;
        padding-bottom: 120px;
        }
        .vlightbox0{
        width: 100%;
}
        
    .footer{
        display: flex;
        flex-direction: column;
        height: 120px;
        width: 100%;
        position: fixed;
        bottom: 0;
        background: transparent;
        box-sizing: 0 10px 20px rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(50px);
        z-index: 999;
    }
    .instagram{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0 2rem;
    max-width: 1600px;
    margin: 5px;
}
.whatsapp{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0 2rem;
    max-width: 1600px;
    margin: 5px;
}
.copyright{   
    flex-direction: column;
    display: flex;
    padding-left: 10px;
    padding: 0 2rem;
    margin: 5px;
    
}
   

    .navbar-toggle.active .bar:nth-child(2) {
       opacity: 0;
    }
    .navbar-toggle.active .bar:nth-child(1) {
       transform: translateY(8px); rotate: 45deg;
    }
    .navbar-toggle.active .bar:nth-child(3) {
        transform: translateY(-8px); rotate: -45deg;
    }
}    

